home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Vypalování CD
/
Vypalovani-CD-cd2.bin
/
Music Catalogue Master 3.0.1
/
mcm30.exe
/
SETUP1.CAB
/
f0000065
< prev
next >
Wrap
Text File
|
2001-09-18
|
2KB
|
42 lines
* *********************************************************
* *
* * 09/18/01 COPYPASTE.MPR 17:41:46
* *
* *********************************************************
* *
* * Craig Hobson
* *
* * Copyright (C) 2001 KIX Software Solutions Company
* * 117 Millstream Way
* * Winnipeg, MB R3T 5N8
* * Canada
* *
* * Description:
* * This PROGRAM was automatically generated BY GENMENU.
* *
* *********************************************************
* *********************************************************
* *
* * Menu Definition
* *
* *********************************************************
*
DEFINE POPUP shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
DEFINE BAR _med_cut OF shortcut PROMPT "Cu\<t" ;
KEY CTRL+X, "Ctrl+X" ;
MESSAGE "Removes the selection and places it onto the Clipboard"
DEFINE BAR _med_copy OF shortcut PROMPT "\<Copy" ;
KEY CTRL+C, "Ctrl+C" ;
MESSAGE "Copies the selection onto the Clipboard"
DEFINE BAR _med_paste OF shortcut PROMPT "\<Paste" ;
KEY CTRL+V, "Ctrl+V" ;
MESSAGE "Pastes the contents of the Clipboard"
DEFINE BAR _med_sp200 OF shortcut PROMPT "\-"
DEFINE BAR _med_slcta OF shortcut PROMPT "Se\<lect All" ;
KEY CTRL+A, "Ctrl+A" ;
MESSAGE "Selects all text or items in the current control"
ACTIVATE POPUP shortcut